3.95 \(\int \frac{x}{\sqrt{\sin ^{-1}(a x)}} \, dx\)

Optimal. Leaf size=28 \[ \frac{\sqrt{\pi } S\left (\frac{2 \sqrt{\sin ^{-1}(a x)}}{\sqrt{\pi }}\right )}{2 a^2} \]

[Out]

(Sqrt[Pi]*FresnelS[(2*Sqrt[ArcSin[a*x]])/Sqrt[Pi]])/(2*a^2)

________________________________________________________________________________________

Rubi [A]  time = 0.0447623, antiderivative size = 28, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 5, integrand size = 10, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.5, Rules used = {4635, 4406, 12, 3305, 3351} \[ \frac{\sqrt{\pi } S\left (\frac{2 \sqrt{\sin ^{-1}(a x)}}{\sqrt{\pi }}\right )}{2 a^2} \]

Antiderivative was successfully verified.

[In]

Int[x/Sqrt[ArcSin[a*x]],x]

[Out]

(Sqrt[Pi]*FresnelS[(2*Sqrt[ArcSin[a*x]])/Sqrt[Pi]])/(2*a^2)

Rule 4635

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_)*(x_)^(m_.), x_Symbol] :> Dist[1/c^(m + 1), Subst[Int[(a + b*x)^n*S
in[x]^m*Cos[x], x], x, ArcSin[c*x]], x] /; FreeQ[{a, b, c, n}, x] && IGtQ[m, 0]

Rule 4406

Int[Cos[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int[E
xpandTrigReduce[(c + d*x)^m, Sin[a + b*x]^n*Cos[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0]
&& IGtQ[p, 0]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 3305

Int[sin[(e_.) + (f_.)*(x_)]/Sqrt[(c_.) + (d_.)*(x_)], x_Symbol] :> Dist[2/d, Subst[Int[Sin[(f*x^2)/d], x], x,
Sqrt[c + d*x]], x] /; FreeQ[{c, d, e, f}, x] && ComplexFreeQ[f] && EqQ[d*e - c*f, 0]

Rule 3351

Int[Sin[(d_.)*((e_.) + (f_.)*(x_))^2], x_Symbol] :> Simp[(Sqrt[Pi/2]*FresnelS[Sqrt[2/Pi]*Rt[d, 2]*(e + f*x)])/
(f*Rt[d, 2]), x] /; FreeQ[{d, e, f}, x]

Rubi steps

\begin{align*} \int \frac{x}{\sqrt{\sin ^{-1}(a x)}} \, dx &=\frac{\operatorname{Subst}\left (\int \frac{\cos (x) \sin (x)}{\sqrt{x}} \, dx,x,\sin ^{-1}(a x)\right )}{a^2}\\ &=\frac{\operatorname{Subst}\left (\int \frac{\sin (2 x)}{2 \sqrt{x}} \, dx,x,\sin ^{-1}(a x)\right )}{a^2}\\ &=\frac{\operatorname{Subst}\left (\int \frac{\sin (2 x)}{\sqrt{x}} \, dx,x,\sin ^{-1}(a x)\right )}{2 a^2}\\ &=\frac{\operatorname{Subst}\left (\int \sin \left (2 x^2\right ) \, dx,x,\sqrt{\sin ^{-1}(a x)}\right )}{a^2}\\ &=\frac{\sqrt{\pi } S\left (\frac{2 \sqrt{\sin ^{-1}(a x)}}{\sqrt{\pi }}\right )}{2 a^2}\\ \end{align*}

Mathematica [C]  time = 0.0173538, size = 71, normalized size = 2.54 \[ -\frac{\sqrt{-i \sin ^{-1}(a x)} \text{Gamma}\left (\frac{1}{2},-2 i \sin ^{-1}(a x)\right )+\sqrt{i \sin ^{-1}(a x)} \text{Gamma}\left (\frac{1}{2},2 i \sin ^{-1}(a x)\right )}{4 \sqrt{2} a^2 \sqrt{\sin ^{-1}(a x)}} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[x/Sqrt[ArcSin[a*x]],x]

[Out]

-(Sqrt[(-I)*ArcSin[a*x]]*Gamma[1/2, (-2*I)*ArcSin[a*x]] + Sqrt[I*ArcSin[a*x]]*Gamma[1/2, (2*I)*ArcSin[a*x]])/(
4*Sqrt[2]*a^2*Sqrt[ArcSin[a*x]])

________________________________________________________________________________________

Maple [A]  time = 0.029, size = 21, normalized size = 0.8 \begin{align*}{\frac{\sqrt{\pi }}{2\,{a}^{2}}{\it FresnelS} \left ( 2\,{\frac{\sqrt{\arcsin \left ( ax \right ) }}{\sqrt{\pi }}} \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/arcsin(a*x)^(1/2),x)

[Out]

1/2*FresnelS(2*arcsin(a*x)^(1/2)/Pi^(1/2))*Pi^(1/2)/a^2

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: RuntimeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/arcsin(a*x)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError

________________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: UnboundLocalError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/arcsin(a*x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: UnboundLocalError

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x}{\sqrt{\operatorname{asin}{\left (a x \right )}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/asin(a*x)**(1/2),x)

[Out]

Integral(x/sqrt(asin(a*x)), x)

________________________________________________________________________________________

Giac [C]  time = 1.47883, size = 47, normalized size = 1.68 \begin{align*} \frac{\left (i - 1\right ) \, \sqrt{\pi } \operatorname{erf}\left (\left (i - 1\right ) \, \sqrt{\arcsin \left (a x\right )}\right )}{8 \, a^{2}} - \frac{\left (i + 1\right ) \, \sqrt{\pi } \operatorname{erf}\left (-\left (i + 1\right ) \, \sqrt{\arcsin \left (a x\right )}\right )}{8 \, a^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/arcsin(a*x)^(1/2),x, algorithm="giac")

[Out]

(1/8*I - 1/8)*sqrt(pi)*erf((I - 1)*sqrt(arcsin(a*x)))/a^2 - (1/8*I + 1/8)*sqrt(pi)*erf(-(I + 1)*sqrt(arcsin(a*
x)))/a^2